[+wlpe.message+]
<table id="wlpeViewProfileTable">
  <tr>
    <td colspan=2 class="wlpeViewProfileHeader"><h3>Profil von ‚[+view.username+]‘:</h3></td>
  </tr>
  <tr>
    <td class="wlpeTableMedium">Benutzername:</td>
    <td class="wlpeTableLarge">[+view.username+]</td>
  </tr>
  <tr>
    <td class="wlpeTableMedium">Name:</td>
    <td class="wlpeTableLarge">[+view.fullname+]</td>
  </tr>
  <tr>
    <td class="wlpeTableMedium">E-Mail:</td>
    <td class="wlpeTableLarge">[+view.email+]</td>
  </tr>
  <tr>
    <td class="wlpeTableMedium">Status:</td>
    <td class="wlpeTableLarge">[+view.status+]</td>
  </tr>
  <tr>
    <td class="wlpeTableMedium">Land:</td>
    <td class="wlpeTableLarge">[+view.country+]</td>
  </tr>
  <tr>
    <td class="wlpeTableMedium">Alter:</td>
    <td class="wlpeTableLarge">[+view.age+]</td>
  </tr>
  <tr>
    <td class="wlpeTableMedium">Geschlecht:</td>
    <td class="wlpeTableLarge">[+view.gender+]</td>
  </tr>
  <tr>
    <td class="wlpeTableMedium">Kommentar/Signatur:</td>
    <td class="wlpeTableLarge">[+view.comment+]</td>
  </tr>
  <tr>
    <td class="wlpeTableMedium">Photo:</td>
    <td class="wlpeTableLarge"><img src="[+view.photo+]" alt="[+view.photo+]" title="[+view.username+]" /></td>
  </tr>
  <tr>
    <td colspan="2" class="wlpeViewContact">
      <form name="wlpeViewContactForm" method="post" action="[~[*id*]~]">
        <fieldset id="wlpeViewContactFormFieldset" class="wlpeInputFieldset">
          <br />
          <h4>[+view.username+] kontaktieren</h4>
          <input type="hidden" id="wlpeMe" name="me" value="[+user.internalKey+]" />
          <input type="hidden" id="wlpeYou" name="you" value="[+view.internalKey+]" />
          <label class="wlpeLabelMedium" for="wlpeViewContactSubject">Betreff:</label>
          <input class="wlpeInputLarge" type="text" id="wlpeViewContactSubject" name="subject" />
          <label class="wlpeLabelMedium" for="wlpeViewContactMessage">Message:</label>
          <textarea class="wlpeTextareaLarge" id="wlpeViewContactMessage" name="message"></textarea>
        </fieldset>
        <fieldset class="wlpeButtonFieldset">
          <label class="wlpeLabelMedium" for="wlpeContactSend">&nbsp;</label><button type="submit" id="wlpeContactSend" name="service" value="messageuser">Nachricht senden an [+view.username+]</button>
        </fieldset>
      </form>
    </td>
  </tr>
</table>